home *** CD-ROM | disk | FTP | other *** search
/ CDUTIL 13 / CDUTIL #13 Julio 1995.iso / windows / acadwin / support / ddattdef.dcl < prev    next >
Encoding:
Text File  |  1995-02-08  |  5.5 KB  |  183 lines

  1. // Next available MSG number is    38 
  2. // MODULE_ID DDATTDEF_DCL_
  3. /* Next available MSG number is  38 */
  4. //
  5. //     ddattdef.dcl
  6. //
  7. //     Copyright (C) 1992, 1994 by Autodesk, Inc.
  8. //
  9. //     Permission to use, copy, modify, and distribute this software
  10. //     for any purpose and without fee is hereby granted, provided
  11. //     that the above copyright notice appears in all copies and
  12. //     that both that copyright notice and the limited warranty and
  13. //     restricted rights notice below appear in all supporting
  14. //     documentation.
  15. //
  16. //     AUTODESK PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
  17. //     AUTODESK SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
  18. //     MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE.  AUTODESK, INC.
  19. //     DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
  20. //     UNINTERRUPTED OR ERROR FREE.
  21. //
  22. //     Use, duplication, or disclosure by the U.S. Government is subject to
  23. //     restrictions set forth in FAR 52.227-19 (Commercial Computer
  24. //     Software - Restricted Rights) and DFAR 252.227-7013(c)(1)(ii)
  25. //     (Rights in Technical Data and Computer Software), as applicable.
  26. //
  27. //.
  28. //------------------------------------------------------------------------
  29. //  DESCRIPTION
  30. //
  31. //  This is the dialogue box definition file for the DDATTDEF command. This
  32. //  is an enhancement to the ATTDEF command. It loads up a dialogue box
  33. //  which presents to the user all the prompts and options that he/she
  34. //  might encounter during the definition of one or several attributes.
  35. //
  36. //------------------------------------------------------------------------
  37.  
  38.  
  39. //dcl_settings : default_dcl_settings { audit_level = 3; }
  40.  
  41.  
  42. ddattdef : dialog {
  43.     label = "Definici≤n de atributos";
  44.     : row {
  45.         : boxed_column {
  46.             label = "Modo";
  47.             : toggle {
  48.                 label = "Invisible";
  49.                 mnemonic = "I";
  50.                 key = "invisible";
  51.             }
  52.             : toggle {
  53.                 label = "Constante";
  54.                 mnemonic = "C";
  55.                 key = "constant";
  56.             }
  57.             : toggle {
  58.                 label = "Verificable";
  59.                 mnemonic = "V";
  60.                 key = "verify";
  61.             }
  62.             : toggle {
  63.                 label = "Predef.";
  64.                 mnemonic = "P";
  65.                 key = "preset";
  66.             }
  67.         }
  68.         : boxed_column {
  69.             label = "Atributo";
  70.             fixed_width = true;
  71.             width = 40;
  72.  
  73.             : edit_box {
  74.                 label = "Identificador:";
  75.                 mnemonic = "d";
  76.                 key = "att_tag";
  77.                 edit_width = 30;
  78.                 edit_limit = 256;
  79.             }
  80.             : edit_box {
  81.                 label = "Mensaje:";
  82.                 mnemonic = "M";
  83.                 key = "att_prompt";
  84.                 edit_width = 30;
  85.                 edit_limit = 256;
  86.             }
  87.             : edit_box {
  88.                 label = "Valor:";
  89.                 mnemonic = "l";
  90.                 key = "def_val";
  91.                 edit_width = 30;
  92.                 edit_limit = 256;
  93.             }
  94.         }
  95.     }
  96.     : row {
  97.         : boxed_column { 
  98.             label = "Punto de inserci≤n";
  99.             : button {
  100.                 label = "Punto de designaci≤n <";
  101.                 mnemonic = "n";
  102.                 key = "pick_pt";
  103.             }
  104.             : edit_box {
  105.                 label = "X:";
  106.                 mnemonic = "X";
  107.                 key = "x_pt";
  108.                 edit_width = 10;
  109.             }
  110.             : edit_box {
  111.                 label = "Y:";
  112.                 mnemonic = "Y";
  113.                 key = "y_pt";
  114.                 edit_width = 10;
  115.             }
  116.             : edit_box {
  117.                 label = "Z:";
  118.                 mnemonic = "Z";
  119.                 key = "z_pt";
  120.                 edit_width = 10;
  121.             }
  122.         }
  123.         : boxed_column {
  124.             label = "Opciones de texto";
  125.             fixed_width = true;
  126.             width = 40;
  127.             : column {
  128.                 : popup_list {
  129.                     label = "Justificaci≤n:";
  130.                     key = "cjustif";
  131.                     edit_width = 20;
  132.                     mnemonic = "J";
  133.                 }
  134.                 : popup_list {
  135.                     label = "Estilo de texto:";
  136.                     key = "tstyle";
  137.                     edit_width = 20;
  138.                     mnemonic = "E";
  139.                 }
  140.             }
  141.             : row {
  142.                 : button {
  143.                     label = "Altura <";
  144.                     key = "bheight";
  145.                     mnemonic = "t";
  146.                     width = 15;
  147.                     fixed_width = true;
  148.                 }
  149.                 : edit_box {
  150.                     key = "height";
  151.                     edit_width = 20;
  152.                     value = "0.2000";
  153.                     fixed_width = true;
  154.                 }
  155.             }
  156.             : row {
  157.                 : button {
  158.                     label = "Rotaci≤n <";
  159.                     key = "brot";
  160.                     mnemonic = "R";
  161.                     width = 15;
  162.                     fixed_width = true;
  163.                 }
  164.                 : edit_box {
  165.                     key = "rot";
  166.                     edit_width = 20;
  167.                     fixed_width = true;
  168.                 }
  169.             }
  170.         }
  171.     }
  172.     : toggle {
  173.         label = "Alinear bajo atributo anterior";
  174.         key = "align_prev";
  175.         fixed_width = true;
  176.         mnemonic = "A";
  177.     }
  178.     ok_cancel_help_errtile;
  179. }
  180.  
  181.  
  182.  
  183.